Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1NumericBox<TNumeric> Class / Step Property

In This Topic
    Step Property (C1NumericBox<TNumeric>)
    In This Topic
    The value that the numeric box should take to add or dec current value.
    Syntax
    'Declaration
     
    
    Public Property Step As Nullable(Of Double)
    public Nullable<double> Step {get; set;}
    See Also